home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / mgiwfeb.dxr / 00003_MGIInternet Frame.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  975 b   |  40 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, MGIHammer, MGIFindTV, browserID, IFLBrowsercounter, MGICompOnStage, MGICompTwoOnStage, MGICompCounter
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   if MGICompOnStage = 1 then
  8.     MGIFlashComp()
  9.   else
  10.     if MGICompOnStage = 4 then
  11.       put "start stoney"
  12.       set MGICompCounter to 0
  13.       set MGICompOnStage to 1
  14.       set the loc of sprite 9 to point(189, 311)
  15.       set the castNum of sprite 9 to 100
  16.     end if
  17.   end if
  18.   MGISpinE()
  19.   MGINoiseMove()
  20.   if MGIFindTV > 2 then
  21.     MGIPosterHighLight()
  22.     MGINumberAnimate()
  23.     MGIHammerAnimate()
  24.     MGIQuitCD()
  25.     if browserID > 32 then
  26.       if IFLBrowsercounter = 2 then
  27.         if MGICompOnStage = 5 then
  28.           set MGICompOnStage to 4
  29.         end if
  30.         MGICheckBrowser()
  31.       else
  32.         set IFLBrowsercounter to 1 + IFLBrowsercounter
  33.       end if
  34.     end if
  35.     IFLsectionWordAnimate()
  36.   else
  37.     MGIExplore()
  38.   end if
  39. end
  40.